home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Screensaver / Ultimate Screen Savers Collection (CMS Distributing) (1996).ISO / saver3 / xwsave1 / compile.txt next >
Text File  |  1995-03-01  |  2KB  |  32 lines

  1.  
  2.   This program was built and compiled using Borland 4.5 C++.  However I tried
  3.   to design the code so that it was independent of the compiler.  It should be
  4.   possible to compile this using any C++ compiler that can produce MS
  5.   Windows 3.1 executables.  No special library files or dlls are required other
  6.   than those needed to build any MS Windows program.  You will need to define
  7.   MSWIN.
  8.  
  9.   Included is the Borland ide file, and the IDE generated makefile.  If you
  10.   use these, the directory paths will of course need to be set to reflect
  11.   your setup.
  12.  
  13.   The program was designed such that the orginal UNIX Xlock files could be
  14.   compiled and linked without any changes being made to them.  Because of
  15.   this a large number of compiler warnings will be generated when the program
  16.   is built. If you find this anoying, then turn off the warnings in the ide.
  17.   With one or two exceptions, the Xlock files are unchanged from the original
  18.   ones.  Where changes were necessary, appropriate documentation is made in the
  19.   source file.   The only changes made were where int variables were declared
  20.   that require a long value in 16 bit windows. Well, actually that is only true
  21.   for the screen saver modules. A bit of code was added to Usleep.c in order to
  22.   get it to work with windows.
  23.  
  24.   Also the program is generated with an exe extension.  Just rename it with
  25.   a scr extension to use as a screen saver.
  26.  
  27.   Note that the screen generation modules and hsbramp.c were not written
  28.   by me and are C modules.  Most of these will probably not compile under
  29.   C++ and should be compiled as C modules.
  30.  
  31.   Perry K. Sloope 3/1/95
  32.